home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / SourceCode / Scheduler / Dates.wo / Dates.wod < prev    next >
Text File  |  1996-01-25  |  503b  |  33 lines

  1. /*
  2.  * Dates.wod
  3.  *
  4.  * You may freely copy, distribute and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or implied, as to
  6.  * its fitness for any particular use.
  7.  *
  8.  * This is the declarations file for the Dates page of the
  9.  * Scheduler application.
  10.  *
  11.  */
  12.  
  13.  
  14. FCS: WOString {
  15.     value=fcs;
  16. };
  17.  
  18. FINALPROD: WOString {
  19.     value = finalProd;
  20. };
  21.  
  22. RELNOTES: WOString {
  23.     value = relNotes;
  24. };
  25.  
  26. FREEZE: WOString {
  27.     value = freeze;
  28. };
  29.  
  30. ADDENDUM: WOString {
  31.     value = addendum;
  32. };
  33.